Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.13 #1640

Merged
merged 3 commits into from
Sep 25, 2024
Merged

Add support for Python 3.13 #1640

merged 3 commits into from
Sep 25, 2024

Conversation

cdce8p
Copy link
Contributor

@cdce8p cdce8p commented Sep 24, 2024

Update the pin for pyobjc-core to add support for Python 3.13. While at it, added 3.12 and 3.13-dev to the list of test environments.

While testing, I saw that the action runs failed on my fork due to old versions. Updated those as well.

Copy link
Contributor

@bdraco bdraco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

There are a lot of downstream projects waiting for 3.13 support

async-timeout = { version = ">= 3.0.0, < 5", python = "<3.11" }
typing-extensions = { version = ">=4.7.0", python = "<3.12" }
pyobjc-core = { version = "^10.0", markers = "platform_system=='Darwin'" }
pyobjc-core = { version = "^10.3", markers = "platform_system=='Darwin'" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are bumping this one, we should bump all other pyobjc packages as well.

@dlech dlech merged commit 0eaa510 into hbldh:develop Sep 25, 2024
19 checks passed
@dlech
Copy link
Collaborator

dlech commented Sep 25, 2024

Thanks!

@cdce8p cdce8p deleted the python-3.13 branch September 25, 2024 07:14
@cdce8p
Copy link
Contributor Author

cdce8p commented Sep 25, 2024

@dlech It would be awesome if you could do a new release. With that we could start updating downstream packages as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants